home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
a6
/
a6.dir
/
00022_VOL UP toggle.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-19
|
331 b
|
15 lines
on mouseDown
puppetSprite(36, 1)
set the memberNum of sprite 36 to the number of member "VOL UP ON"
updateStage()
end
on mouseUp
set the memberNum of sprite 36 to the number of member "VOL UP OFF"
if the soundLevel < 7 then
set the soundLevel to the soundLevel + 1
end if
updateStage()
puppetSprite(36, 0)
end